Skip to content

fix(release): rename stale @objectstack/adapter-hono ref in pending changeset - #4302

Merged
os-zhuang merged 1 commit into
mainfrom
fix/stale-hono-changeset-ref
Jul 31, 2026
Merged

fix(release): rename stale @objectstack/adapter-hono ref in pending changeset#4302
os-zhuang merged 1 commit into
mainfrom
fix/stale-hono-changeset-ref

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

Why

changeset version hard-fails on any changeset that names a package not present in the workspace, and one pending changeset still references the Hono adapter by its old scoped name:

🦋  error Error: Found changeset adapter-hono-auth-wildcard-yields
    for package @objectstack/adapter-hono which is not in the workspace

.changeset/adapter-hono-auth-wildcard-yields.md (the #4117 fix) says @objectstack/adapter-hono, while the workspace package at packages/adapters/hono is named @objectstack/hono. Same class of release blocker as #3635 (the scaffolder rename): pnpm changeset status and the version step of the v17 train die before the Version Packages PR can be created.

What

Verification

  • A sweep of all 559 pending .changeset/*.md frontmatters (974 package refs) plus pre.json initialVersions against the 77 workspace package names found exactly this one stale reference — nothing else.
  • pnpm changeset status reproduced the exact error above with the old name, and exits cleanly after the rename.
  • Full end-to-end run of the CI command pnpm run version (changeset version + protocol/template sync scripts) completes cleanly and computes 17.0.0-rc.1 across the fixed group, with the sync scripts reporting lockstep (PROTOCOL_VERSION 17.0.0, blank template ^17.0.0, engines.protocol '^17'). Version artifacts were discarded after verification; only the changeset fix ships.

🤖 Generated with Claude Code

…hangeset

changeset version hard-fails on a changeset naming a package that is not in
the workspace, and adapter-hono-auth-wildcard-yields still said
@objectstack/adapter-hono while the workspace package is named
@objectstack/hono. Same class of blocker as #3635: it kills the version step
of the v17 train before the Version Packages PR can be created.

A sweep of all 559 pending changesets' frontmatter (974 package refs) and
pre.json initialVersions against the 77 workspace package names found no
other stale reference. Adds an empty changeset for the Check Changeset gate;
releases nothing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
objectstack Ignored Ignored Jul 31, 2026 4:51am

Request Review

@github-actions github-actions Bot added size/xs documentation Improvements or additions to documentation tooling labels Jul 31, 2026
@os-zhuang
os-zhuang merged commit 863ba70 into main Jul 31, 2026
14 checks passed
@os-zhuang
os-zhuang deleted the fix/stale-hono-changeset-ref branch July 31, 2026 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/xs tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant